Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d856f3fd28163a7aa0a7e1faf0425abe76260e0b


Parents : 24d8501
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-01-17T23:31:16+01:00

Pin Urwid to 2.4.2 due to rendering bug in 2.4.3

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py +1 -1

Diff

diff --git a/setup.py b/setup.py
index e57c528..5e16086 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
- install_requires=["rns>=0.7.0", "lxmf>=0.3.9", "urwid>=2.4.2", "qrcode"],
+ install_requires=["rns>=0.7.0", "lxmf>=0.3.9", "urwid==2.4.2", "qrcode"],
python_requires=">=3.6",
)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────